home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / LIBRARY / PBLIB1 / PROGS / USES.DOC < prev    next >
Text File  |  1993-12-12  |  377b  |  10 lines

  1.  
  2. Utility for examining the USES statement in a group of files.
  3.     Can either list all USES statements, or
  4.     List all files using a particular unit.
  5.  
  6.     USES *      - Lists all files on the current directory which
  7.                     have USES statements in them.
  8.  
  9.     USES <unit> - Lists just the files which have <unit> in the
  10.                     USES statement.